Uses of Package
org.neo4j.graphdb.traversal

Packages that use org.neo4j.graphdb.traversal
org.neo4j.graphdb.traversal   
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
 

Classes in org.neo4j.graphdb.traversal used by org.neo4j.graphdb.traversal
BranchOrderingPolicy
          Creator of BranchSelector instances with a starting point to base the first decision on.
BranchSelector
          Decides "where to go next" in a traversal.
PruneEvaluator
          An evaluator which can "cut off" relationships so that they will not be traversed in the ongoing traversal.
TraversalBranch
          Represents a position and a RelationshipExpander with a traversal context, for example parent and an iterator of relationships to go next.
TraversalDescription
          Represents a description of a traversal.
Traverser
          The interface which represents the traverser which is used to step through the results of a traversal.
Uniqueness
          Represents the type of uniqueness to expect from a traversal, for example the uniqueness of nodes or relationships to visit during a traversal.
 

Classes in org.neo4j.graphdb.traversal used by org.neo4j.kernel
BranchOrderingPolicy
          Creator of BranchSelector instances with a starting point to base the first decision on.
PruneEvaluator
          An evaluator which can "cut off" relationships so that they will not be traversed in the ongoing traversal.
TraversalBranch
          Represents a position and a RelationshipExpander with a traversal context, for example parent and an iterator of relationships to go next.
TraversalDescription
          Represents a description of a traversal.
 



Copyright © 2010 Neo4j. All Rights Reserved.